@brief Initializes and parses the frequency list descriptor
@ingroup descriptors
@param parms struct dvb_v5_fe_parms pointer to the opened device
@param buf buffer containing the descriptor's raw data
@param desc pointer to struct dvb_desc to be allocated and filled
This function initializes and makes sure that all fields will follow the CPU
endianness. Due to that, the content of the buffer may change.
Currently, no memory is allocated internally.
@return On success, it returns the size of the allocated struct.
A negative value indicates an error.
@brief Initializes and parses the frequency list descriptor @ingroup descriptors
@param parms struct dvb_v5_fe_parms pointer to the opened device @param buf buffer containing the descriptor's raw data @param desc pointer to struct dvb_desc to be allocated and filled
This function initializes and makes sure that all fields will follow the CPU endianness. Due to that, the content of the buffer may change.
Currently, no memory is allocated internally.
@return On success, it returns the size of the allocated struct. A negative value indicates an error.